home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mntdoc01.zoo / mintdoc / cat2 / pause.nr < prev    next >
Encoding:
Text File  |  1993-03-03  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. Pause(2)                   May. 1, 1992                  Pause(2)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        Pause - suspend process until a signal is received
  9.  
  10. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  11.        void Pause();
  12.  
  13. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  14.        _✓P_✓a_✓u_✓s_✓e  causes  the  calling process to go to sleep until a
  15.        signal that is not being ignored or masked is received. If
  16.        a signal handler has been established for that signal with
  17.        the _✓P_✓s_✓i_✓g_✓n_✓a_✓l system  call,  then  the  handler  is  invoked
  18.        before  _✓P_✓a_✓u_✓s_✓e  returns; if the handler does a longjmp to a
  19.        different point in the program, if it exits  the  program,
  20.        or  if  the  signal  handler  was  set  to SIG_DFL and the
  21.        default action for the signal is to terminate the process,
  22.        then _✓P_✓a_✓u_✓s_✓e will never return.
  23.  
  24. S✓SE✓EE✓E A✓AL✓LS✓SO✓O
  25.        _✓P_✓s_✓i_✓g_✓b_✓l_✓o_✓c_✓k(2), _✓P_✓s_✓i_✓g_✓n_✓a_✓l(2), _✓P_✓s_✓i_✓g_✓p_✓a_✓u_✓s_✓e(2), _✓P_✓s_✓i_✓g_✓s_✓e_✓t_✓m_✓a_✓s_✓k(2)
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Version 0.95         MiNT Programmer's Manual                   1
  65.  
  66.  
  67.